home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / sun4.defs < prev    next >
Encoding:
Text File  |  1994-05-10  |  1.1 KB  |  47 lines

  1.  
  2. LBINDIR=/usr/local/bin
  3. OFLAG    =  -O
  4. LIBS    = -lm 
  5.  
  6. #include "sparc.h"
  7.  
  8. # the commercial (for money) C compiler has never been able
  9. # to compile akcl/gcl correctly.  Perhaps it does not like the idea
  10. # that this is free software.   However the standard C compiler is ok.
  11.  
  12. CC = cc  -DVOL=  -I$(GCLDIR)/o -Bstatic -temp=. -pipe
  13. CC = cc  -DVOL=  -I$(GCLDIR)/o -Bstatic  -pipe
  14. ODIR_DEBUG=-O4
  15.  
  16. #gcc 2.1 and 2.2 compile gcl correctly as far as I have been able to determine.
  17. #gcc 2.3.3 does not compile gcl correctly
  18. # gcc 2.5.7 is correct as far as I can tell
  19. # and gcl compiled with gcc runs our tests 15% faster than with cc..
  20. CC = gcc -I${GCLDIR}/o -static -DVOL=volatile -W 
  21.  
  22. AS=as -P
  23.  
  24. CFLAGS    = -c $(DEFS)  -I../h
  25.  
  26. MAIN    = ../o/main.o
  27.  
  28. MPFILES=$(MPDIR)/mpi-sparc.o $(MPDIR)/sparcdivul3.o $(MPDIR)/libmport.a
  29. #MPFILES=${MPDIR}/mpi.o ${MPDIR}/libmport.a
  30.  
  31. RSYM    = rsym
  32. SFASL    = $(ODIR)/sfasl.o
  33.  
  34. # This function will be run before dumping.
  35. # When using SFASL it is good to have (si::build-symbol-table)
  36. INITFORM=(si::build-symbol-table)
  37.  
  38.  
  39.  
  40. # Use symbolic links
  41. SYMB=-s
  42. # the  make to use for saved_kcp the profiler.
  43. KCP=kcp-sun
  44.  
  45. NULLFILE = ../h/secondary_sun_magic
  46.  
  47.